-
Notifications
You must be signed in to change notification settings - Fork 6
CUBE-4 - Update env and ui image #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
docker/.env
Outdated
| OLLAMA_BASE_URL=http://ollama:11434 | ||
| OLLAMA_DEFAULT_MODEL=tinyllama:1.1b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui does not connect to llm directly, it should go through proxy, this fails to include auth and is wrong for cube
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
810cecb to
6c2a0a5
Compare
| OLLAMA_BASE_URL=http://cube-proxy:8900 | ||
| OLLAMA_DEFAULT_MODEL=tinyllama:1.1b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename these variables, we support both ollama and vllm, see make file. llm target for ui should just be proxy url, which you can name, also build this from existing variables
| OLLAMA_BASE_URL=http://cube-proxy:8900 | ||
| OLLAMA_DEFAULT_MODEL=tinyllama:1.1b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename these variables, we support both ollama and vllm, see make file. llm target for ui should just be proxy url, which you can name, also build this from existing variables
| # capabilities: | ||
| # - gpu | ||
|
|
||
| open-webui: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check vllm file as well
| OLLAMA_BASE_URL: ${OLLAMA_BASE_URL} | ||
| OLLAMA_DEFAULT_MODEL: ${OLLAMA_DEFAULT_MODEL} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use more appropriate variables
What type of PR is this?
What does this do?
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified features?
Notes